home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-11-19 | 1.7 KB | 85 lines | [TEXT/MPS ] |
- /*
- File: TestLibrary.exp
-
- Contains: Export declarations for the TestLibrary
-
- Copyright: © 1992-1993 by Apple Computer, Inc., all rights reserved.
-
- */
-
-
- #include "TestLinkedList.h"
- #include "TestAllocLinkedList.h"
- #include "TestPriorityList.h"
- #include "TestTimeScheduler.h"
- #include "TestTaskScheduler.h"
- #include "TestArbitrator.h"
- #include "TestTimeStamp.h"
- #include "TestRandom.h"
- #include "TestHashList.h"
- #include "TestStandardPool.h"
- #include "TestFSet.h"
- #include "TestNoVTable.h"
- #include "TestTimings.h"
- #include "TestExceptions.h"
- #include "TestMisc.h"
-
- Library
- {
- version = 1.0…1.2;
- id = "appl:test$TestLibrary,1.2";
- flags = segUnload;
- heap = temp;
- clientdata = ClientData;
- };
-
-
- Class TTestTool
- {
- flags = noStubs;
- exports = TTestTool;
- };
- Class TTestAllocLinkedList { flags = newobject, noStubs; };
- Class TTestArbitrator { flags = newobject, noStubs; };
- Class TTestLinkedList { flags = newobject, noStubs; };
- Class TTestPriorityList { flags = newobject, noStubs; };
- Class TTestTaskScheduler { flags = newobject, noStubs; };
- Class TTestTimeScheduler
- {
- flags = newobject, noStubs;
- version = 1.0…1.2;
- };
- Class TTestTimeStamp { flags = newobject, noStubs; };
- Class TTestRandom
- {
- flags = newobject, noStubs;
- version = 1.0…1.2;
- };
- Class TTestHashList { flags = newobject, noStubs; };
- Class TTestStandardPool { flags = newobject, noStubs; };
- Class TTestFSet
- {
- flags = newobject, noStubs;
- version = 1.0…1.2;
- };
- Class TTestNoVTable
- {
- flags = newobject, noStubs;
- version = 1.0…1.2;
- };
- Class TTestTimings
- {
- flags = newobject, noStubs;
- version = 1.0…1.2;
- };
- Class TTestExceptions
- {
- flags = newobject, noStubs;
- version = 1.0…1.2;
- };
- Class TTestMisc
- {
- flags = newobject, noStubs;
- version = 1.0…1.2;
- };
-